-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dockerfile for building #9
base: master
Are you sure you want to change the base?
Conversation
f343e4e
to
2deaed6
Compare
I added a small section in the README, from my side this is good to merge. In theory, I could also create this on my Docker Hub account, but it would be more trustworthy if it were yours 😉 |
@edwinb any thoughts on this? |
Hi, thanks for doing this! If it's clear that it's experimental, comes with no promises, no support from me, and that it might break at any moment, then perhaps it's still good to include here. At the moment I don't really have the time to learn the necessary stuff to keep it up to date though, no matter how easy it might really be. I will learn one day once Blodwen gets a bit more stable, at least. |
Hello - just a suggestion I learned from another language repo: Maybe it would make sense to have a |
|
Hi @edwinb,
here is a Dockerfile to simplify the build process.
I've yet to make the corresponding additions to the README, and it would be great to also publish this to Dockerhub for people to tinker around with it 😃
If you want, you can try it out in the mean time by running
docker build -t blodwen . docker run -it blodwen
on a machine with Docker.